home *** CD-ROM | disk | FTP | other *** search
- | !Run File For !FontTest
- |
- WimpSlot -Min 72K -Max 72K
- |
- IF "<System$Path>" = "" then Error 0 System resources cannot be found
- |
- RMEnsure InterfaceManager 1.30 RMLoad system:modules.Interface
- RMEnsure InterfaceManager 1.30 Error Couldn't load Interface 1.30 module
- |
- RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
- RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
- |
- RMEnsure FontMenu 1.11 RMLoad System:modules.FontMenu
- RMEnsure FontMenu 1.11 Error You need FontMenu 1.11 or later
- |
- |When BasicCrunched, MakeApp'd And Squeezed
- |It will run in 48K
- |WimpSlot -Min 48K -Max 48K
- |
- Set FontTest$Dir <Obey$Dir>
- |
- Iconsprites <FontTest$Dir>.!Sprites
- |
- |Set this flag if Interactive Help is/is not required
- |Save on time and memory if not used!
- Set HelpWanted TRUE
- |
- Set NumberOfFontFamilies 40
- |
- |This is the number of fonts available when diplaying the
- |Character set. Max value 6 Min Value 0
- Set FontsToDisplay 0
- |
- |When diplaying the character set, top and bottom limits are read from here!
- Set MinASCIIcode 32
- Set MaxASCIIcode 255
- |
- Run <FontTest$Dir>.!RunImage %*0
-
-